home *** CD-ROM | disk | FTP | other *** search
- /* Alchemy script
- 000
- 0
- 0
- */
-
- options results
- parse ARG Port x1 y1 x2 y2 type b
- ADDRESS value Port
-
- pp_UpdateUndoBox x1-1 y1-1 x2+1 y2+1
- pp_Compose 0 100 0
- pp_ComposeReqOff
- pp_EffectOn
- pp_AvoidRefresh
-
- pp_Progresstext 'OldMosaic'
- tot=4
-
- pp_Progress 1 tot
- pp_PointCellular 10 3
- pp_BoxF x1 y1 x2 y2
-
- pp_Progress 2 tot
- pp_Displace 2
- pp_BoxF x1 y1 x2 y2
-
- pp_Progress 3 tot
- pp_Maximum 2
- pp_BoxF x1 y1 x2 y2
-
- pp_Progress 4 tot
- pp_EffectOff
- pp_ComposeReqOn
- pp_PermitRefresh
- pp_ProgressClr
-
- Exit
-